hvmloader: remove size_t typedef and include stddef.h
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 2 Jun 2014 15:08:22 +0000 (17:08 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 18 Jun 2014 16:21:26 +0000 (17:21 +0100)
commit51c9a2b93a47961532fb7561b8d6bf7c6f3d0e9d
tree9df07ec39e26ecc6a3c367bb36d220a9ae6b6086
parent8bf33368f682e0e6b41ec7c568296f0028a175d3
hvmloader: remove size_t typedef and include stddef.h

The open coded typedef of size_t was clashing with the typedef in
FreeBSD headers. Remove the typedef and include the proper header
where size_t is defined (stddef.h).

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
tools/firmware/hvmloader/util.h